Update 000-default.conf

This commit is contained in:
Christer Warén 2024-04-25 14:54:05 +03:00
parent 04fd802d52
commit 4b687318b3

View File

@ -64,6 +64,8 @@ server {
gzip_types *;
gunzip on;
client_max_body_size 256M;
location / {
proxy_pass http://127.0.0.1:5000/;
proxy_set_header Host $http_host;