This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
djangotutorial
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Actualizar 'nginx/default.conf'
main
creylopez
10 months ago
parent
7ca9e0c66c
commit
d857fd267f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
nginx/default.conf
+ 1
- 1
nginx/default.conf
View File
@ -6,7 +6,7 @@ error_log /var/log/nginx/error.log;
server {
listen 80;
server_name reymota.lab *.reymota.lab;
access_log /var/log/nginx/access.log;
location / {
Write
Preview
Loading…
Cancel
Save