Skip to content
Snippets Groups Projects
Commit 49ccf367 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Should fix redirect on 8080

parent 0da71d63
No related branches found
No related tags found
1 merge request!131Merge relevant Abstract and references
Pipeline #117866 failed
...@@ -7,6 +7,7 @@ data: ...@@ -7,6 +7,7 @@ data:
server { server {
listen 8080; listen 8080;
server_name localhost; server_name localhost;
port_in_redirect off;
location /wiki/ { location /wiki/ {
alias /etc/nginx/html/; alias /etc/nginx/html/;
index index.html index.htm; index index.html index.htm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment