Skip to content
Snippets Groups Projects
Commit 1d5d2a64 authored by Jean-Marie Place's avatar Jean-Marie Place
Browse files

Update portail.nginx

parent 6978e575
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,7 @@ server {
location / {
try_files $uri $uri/ =404;
}
allow 127.0.0.1/32;
allow 134.206.40.3/32;
allow 134.206.40.15/32;
deny all;
allow all;
location ~ \.php$ {
try_files $uri =404;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment