forked from linux/WebHosting
use port 8090
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# opticswiki conf for nginx
|
||||
# cloned from gfa-status-test.conf
|
||||
# adjustments UF 20251006
|
||||
# adjustments UF 20251006 use port 8090
|
||||
server {
|
||||
listen 80;
|
||||
server_name opticswiki.psi.ch;
|
||||
@@ -15,7 +15,7 @@ server {
|
||||
ssl_certificate_key /etc/nginx/private/opticswiki.psi.ch.key;
|
||||
|
||||
location / {
|
||||
proxy_pass http://opticswiki:80;
|
||||
proxy_pass http://opticswiki:8090;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
Reference in New Issue
Block a user