diff options
Diffstat (limited to 'nginx-test/pwman.dev.conf')
-rw-r--r-- | nginx-test/pwman.dev.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx-test/pwman.dev.conf b/nginx-test/pwman.dev.conf index 2804b61..944c1b4 100644 --- a/nginx-test/pwman.dev.conf +++ b/nginx-test/pwman.dev.conf @@ -1,7 +1,7 @@ server { listen 80; - server_name pwman.dev; + server_name pwman.test; location /sso/ { @@ -30,7 +30,7 @@ server { server { listen 80; - server_name uwsgi.pwman.dev; + server_name uwsgi.pwman.test; location /sso/ { |