This commit is contained in:
parent
c7a0ae934a
commit
5e8a6ab7db
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
# Build: podman build -t code.philo.ydns.eu/philorg/gisaf-frontend -f Containerfile
|
||||
FROM docker.io/library/nginx:alpine
|
||||
|
||||
EXPOSE 80
|
||||
|
|
|
@ -25,14 +25,14 @@ http {
|
|||
|
||||
|
||||
server {
|
||||
listen 8899;
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
||||
gzip on;
|
||||
gzip_types text/plain application/xml;
|
||||
gzip_proxied no-cache no-store private expired auth;
|
||||
gzip_min_length 1000;
|
||||
|
||||
server_name localhost;
|
||||
charset utf-8;
|
||||
|
||||
client_max_body_size 4G;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue