Ver código fonte

Update 'nginx/configs/default.conf'

master
maeda 7 anos atrás
pai
commit
282ededaf5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      nginx/configs/default.conf

+ 1
- 1
nginx/configs/default.conf Ver arquivo

@@ -1,6 +1,6 @@
1 1
 # Upstream sites for proxy-ing
2 2
 upstream wp {
3
-     server <CHANGE_ME>:8082;
3
+     server <YOUR_SERVER_IP_ADDRESS>:8082;
4 4
 }
5 5
 
6 6
 ### Redirect regular traffic to SSL

Carregando…
Cancelar
Salvar