Update Dockerfile and configuration files to use port 8080 and improve caching
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen 8080;
|
||||
server_name localhost;
|
||||
# Racine web = contenu statique sparse (dossier content/ du dépôt).
|
||||
root /usr/share/nginx/html/content;
|
||||
|
||||
Reference in New Issue
Block a user