This commit is contained in:
Aborn Jiang 2015-09-30 17:58:29 +09:00
parent 523c8a2546
commit 2fc72e30c1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ server {
#index index.html index.htm;
# Make site accessible from http://localhost/
server_name localhost;
server_name www.doukit.org;
location / {
proxy_pass http://127.0.0.1:8080;