run nginx on 8080

This commit is contained in:
Sebastian Hugentobler 2021-08-22 16:56:16 +02:00
parent 3b450ed3f9
commit 328b3b585c
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -6,7 +6,7 @@ upstream php {
}
server {
listen 80;
listen 8080;
server_name {{getenv "DOMAIN"}};