mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-10-29 17:50:26 +00:00
Relative paths for anything located in /etc/nginx
This commit is contained in:
@@ -20,7 +20,7 @@ server {
|
||||
proxy_pass http://adtech.schleppe:3000;
|
||||
client_max_body_size 2000M;
|
||||
|
||||
include /etc/nginx/snippets/proxy-params.conf;
|
||||
include snippets/proxy-params.conf;
|
||||
}
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/adtech.schleppe.cloud/fullchain.pem; # managed by Certbot
|
||||
|
||||
Reference in New Issue
Block a user