This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
clean nginx config files
pull/342/head
Guillaume Vincent
8 years ago
parent
c08cae0381
commit
6db74acd3a
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
nginx/Dockerfile
+0
-0
nginx/django.conf
+ 1
- 1
nginx/Dockerfile
View File
@@ -1,4 +1,4 @@
FROM nginx
RUN rm /etc/nginx/conf.d/default.conf
COPY
conf.d/
django.conf /etc/nginx/conf.d/django.conf
COPY django.conf /etc/nginx/conf.d/django.conf
nginx/conf.d/django.conf → nginx/django.conf
View File
Write
Preview
Loading…
Cancel
Save