diff --git a/conf/nginx.conf b/conf/nginx.conf index 53df681..d5ac03c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -50,5 +50,5 @@ location ~ ^/(media|proxy) { # added some stuff that seirdy said to add to make me bullet proof. B-) https://akkoma.dev/AkkomaGang/akkoma/issues/547#issuecomment-9261 more_set_headers "Content-Security-Policy : script-src 'none'; default-src 'none'; upgrade-insecure-requests; base-uri 'none'; form-action 'none'; 'sandbox';"; - proxy_pass http://localhost:8095; + proxy_pass http://localhost:__PORT__; }