Referees Collect | switch port

This commit is contained in:
martin 2025-02-12 07:37:07 +01:00
parent 89d15ddd13
commit d32b2b5bd1

View File

@ -33,7 +33,7 @@ server {
#set_cookie_flag HttpOnly Secure;
#proxy_cookie_path / "/; secure; HTTPOnly; SameSite=strict";
location / {
proxy_pass http://bernie:8000;
proxy_pass http://bernie:8005;
#proxy_intercept_errors on;
#error_page 404 502 503 504 = @fallback;
#root /var/www/html;